#mentions_legales{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content:justify;
    margin-top: 100px;
    z-index:0;
    /*position: relative;*/
    min-width:500px;
   max-width: 1000px;
    margin: 0 auto;
}

h4{
    text-decoration: #007ba4 underline;
}